﻿@charset "utf-8";


/*圆角矩形样式*/
.round-rect{
	/*左上角*/
	-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px;
	/*右上角*/
	-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px;
	/*左下角*/
	-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px;
	/*右下角*/
	-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius: 4px;
}
.lt-round-rect{
	/*左上角*/
	-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
}
.rt-round-rect{
	/*右上角*/
	-moz-border-radius-topright: 4px;-webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px;
}
.lb-round-rect{
	/*左下角*/
	-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
}
.rb-round-rect{
	/*右下角*/
	-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; 	border-bottom-right-radius: 4px;
}


#message{
	width:200px;
	text-align:center;
	position:absolute;
	bottom:0px;
	right:2px;
	/*background:#CCCCCC;*/
	overflow-x: hidden;
	overflow-y: hidden;
	position: fixed;
	z-index:100;
}

.paganavigator { width: 636px; text-align:center; margin:10px auto; }
.p_btns { width:100%; margin: 10px auto; font-size: 12px;}
.p_btns .p_bar { width:100%; height:25px; text-align: center; margin: 0px auto; padding-top: 3px; font-size: 12px; }
.p_btns .p_bar ul{margin:0 auto; }
.p_btns .p_bar li {display:inline;}
.p_btns .p_bar li a {display:inline-block;margin:0 auto; height:21px;line-height:21px; text-decoration: none;color: #00599B; font-size: 12px; text-align:center;}
.p_btns .p_bar li a:hover { text-decoration: underline; font-size: 12px; }
.p_btns .p_bar li a:visited {color:#00599B}
.p_btns .p_bar li a.num { margin:0 4px 0 4px;}
.p_btns .p_bar li a.next { margin:0 2px 0 2px; width:51px; height:21px; border: 1px solid #DDD; background: #FFF;}
.p_btns .p_bar em { line-height: 26px; font-size: 12px; }
.p_btns .p_bar input { width: 30px; border: 1px solid #AACCEE; height: 15px; font-size: 12px; }